persistence/service

persist via rc script

rule:
  meta:
    name: persist via rc script
    namespace: persistence/service
    authors:
      - joakim@intezer.com
    scopes:
      static: function
      dynamic: thread
    att&ck:
      - Persistence::Boot or Logon Initialization Scripts::RC Scripts [T1037.004]
    examples:
      - 7351f8a40c5450557b24622417fc478d:0x407D11
  features:
    - and:
      - os: linux
      - match: host-interaction/file-system/write
      - or:
        - substring: "/etc/init.d/"
        - string: /\/etc\/rc[0-9].d\//

last edited: 2023-11-24 10:35:00